home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / tr4_26.zip / UPDATE.DOC < prev   
Text File  |  1993-06-01  |  6KB  |  147 lines

  1. Changes since TeleReplica version 3.9
  2.  
  3. 4.26    Modified the IRQ line detect code in TRHOSTIN so that it would
  4.         recognise serial ports on IRQ8-15.
  5.  
  6. 4.25    Re-compiled with Turbo C++ 1.01 to avoid a problem apparently
  7.         due to extended memory conflicts when TRHOST was compiled
  8.         with Borland C++ 3.1.
  9.  
  10.         Updated address for correspondence.
  11.  
  12.         Added a day-of-week check into TRCHECK.
  13.  
  14.         Modified TR to ignore control-break, since this was being
  15.         falsely triggered on some computers. For those needing to
  16.         use control-break, it is now an explicit option in the local
  17.         TR menu.
  18.  
  19. 4.24    Added a utility (TRSPEED) to allow the screen update speed to be
  20.         set independently of the actual DTE/DCE speed.
  21.  
  22.         Made TR strip the parity bit before displaying data while
  23.         operating in "dumb terminal" mode prior to establishing a
  24.         session.
  25.  
  26.         Made TR continue to operate in "dumb terminal" mode after a
  27.         carrier is detected until a recognizable command is received
  28.         from TRHOST (this means that connect messages get displayed
  29.         in full).
  30.  
  31. 4.23    Allowed use of 25x80 text pages other than 0.
  32.  
  33. 4.22    Changed the version number to stop people thinking that version
  34.         3.9 was a later version than 3.22!! 4.22 and 3.22 are the same!
  35.  
  36. 3.22    Modified the way TRHOST's private mode works to avoid problems
  37.         with CapsLock, NumLock and ScrollLock. Previously some PCs
  38.         experienced a delay of 20 seconds or so while the BIOS waited
  39.         for a keyboard interrupt that would never occur since TRHOST
  40.         had disabled all keyboard interrupts. Now the keyboard interrupt
  41.         is briefly enabled after any of these keys has been pressed.
  42.  
  43.         Updated various sections of the documentation, including
  44.         specifying a bank account for direct funds transfer for
  45.         registration.
  46.  
  47.         Modified the file transfer status window to report throughput
  48.         in characters per second rather than percentage efficiency.
  49.  
  50. 3.21    Added the capability to limit the length of a session (useful
  51.         for toll-free numbers).
  52.  
  53.         Increased the buffer size to suit higher speed modems (this
  54.         only affects screen refresh time and only at speeds above
  55.         2400 bps).
  56.  
  57.         Added to TRHOSTIN the ability to scan the PC's hardware looking
  58.         for installed COM ports and locating the associated IRQ lines
  59.         (from IRQ2 to IRQ15 inclusive). This makes it considerably
  60.         easier to install for things like internal modems with
  61.         non-standard IRQ lines.
  62.  
  63. 3.20    Moved control of host printer redirection into TRHOST/TRHOSTIN/
  64.         TRHOSTC (this now makes it possible to install TRHOST so that
  65.         print redirection is off by default).
  66.  
  67.         Corrected a problem that caused \\ to be reduced to just \ and
  68.         then to nothing when strings were being edited in TRHOSTIN.
  69.  
  70.         Added section 0 to TR.DOC to provide a quick path to getting
  71.         the package up and running.
  72.  
  73.         Made sending an initial "at&f" to the modem optional in
  74.         TRMODSET.
  75.  
  76. 3.19    Added support for IRQ8-15 for 16-bit I/O cards.
  77.  
  78.         Added TRHOSTC.EXE to modify TRHOST parameters during an active
  79.         session.
  80.  
  81.         Modified TRHOSTIN so that it is possible to redirect input
  82.         into it, and added a sample response file TRHOSTIN.RES.
  83.  
  84. 3.18    Corrected a problem with TR failing to detect a loss of carrier in
  85.         the middle of a session.
  86.  
  87. 3.17    Improved CTS handshaking for use with V42bis modems.
  88.  
  89.         Increased printer buffer size to cope with faster modems and
  90.         longer propagation delays.
  91.  
  92.         Added direct support for external file transfer protocol programs
  93.         such as DSZ.
  94.  
  95. 3.16    Modified TRHOST's ring response code so that the user can choose
  96.         to have a string sent direct to the modem instead of having it
  97.         "typed".
  98.  
  99.         Added a "private" mode option to TRHOST to allow the host PC to
  100.         run with a dead keyboard and blank screen.
  101.  
  102.         Added TRASK (a program like ASK but with a timeout) to replace
  103.         TRKEY.
  104.  
  105.         Modified TRHOST to cut down memory usage slightly by freeing
  106.         environment space. This could be significant for users who have
  107.         very large amounts of environment text.
  108.  
  109.         Updated author's Internet address.
  110.  
  111.         Finally worked out what needed to be done to allow TRHOST to be
  112.         loaded high (by QEMM's LOADHI for example) without hanging when
  113.         the host should have been rebooted!
  114.  
  115. 3.15    Modified TRHOST so that the "reboot on loss of carrier" option
  116.         only takes effect if there has been a successful TeleReplica
  117.         session at some time in the past (previously the PC would reboot
  118.         when the carrier was lost even if TeleReplica had never been
  119.         active, which sometimes caused rebooting to occur at unfortunate
  120.         moments!).
  121.  
  122. 3.14    Decided to permit users to purchase the full source code (for
  123.         private use only).
  124.  
  125.         Made other minor variations to the handling of foreign currency
  126.         registrations.
  127.  
  128. 3.13    Removed the messages about synchronizing the baud rate and sending
  129.         the password, and replaced them with a beep so that line noise does
  130.         not disturb the screen text so much.
  131.  
  132.         Modified the file transfer timeout process so that TR keeps on
  133.         waiting for the transfer to commence until the user presses a
  134.         key, rather than just waiting a specified time period. [Note
  135.         that this eliminated one parameter from the .TR file.]
  136.  
  137. 3.12    Added a new program, TRREMOVE, to remove TRHOST from memory.
  138.         Previously this could be done by TRHOSTIN, but having a
  139.         separate program avoided any danger of inadvertently modifying
  140.         TRHOST parameters...
  141.  
  142. 3.11    Added remote printing capability. [Note that this required an
  143.         extra parameter in the .TR file.]
  144.  
  145. 3.10    Changed TR.EXE and TRGET.EXE so that directories were created
  146.         as required during file transfer.
  147.